const go/printer.indent

18 uses

	go/printer (current package)
		nodes.go#L135: 				p.print(indent, "// "+filteredMsg, unindent, newline)
		nodes.go#L170: 		ws = indent
		nodes.go#L337: 		ws := indent
		nodes.go#L370: 				p.identList(par.Names, ws == indent)
		nodes.go#L547: 	p.print(token.LBRACE, indent)
		nodes.go#L782: 	ws := indent
		nodes.go#L1031: 		p.print(indent, unindent, mode)
		nodes.go#L1161: 		p.print(indent, newline)
		nodes.go#L1191: 		p.print(indent)
		nodes.go#L1367: 		p.print(token.COLON, indent)
		nodes.go#L1427: 				p.print(indent)
		nodes.go#L1460: 				p.print(token.LBRACE, indent, formfeed)
		nodes.go#L1745: 			p.print(indent, formfeed)
		printer.go#L35: 	indent   = whiteSpace('>')
		printer.go#L379: 				case indent:
		printer.go#L411: 			case indent:
		printer.go#L695: 		case indent, unindent:
		printer.go#L823: 		case indent: